翻訳と辞書
Words near each other
・ Oracle Designer
・ Oracle Developer Suite
・ Oracle Discoverer
・ Oracle Education Foundation
・ Oracle Elementary School District
・ Oracle Encyclopædia
・ Oracle Enterprise Manager
・ Oracle Enterprise Manager Ops Center
・ Oracle Enterprise Metadata Manager
・ Oracle Enterprise Pack for Eclipse
・ Oracle Enterprise Service Bus
・ Oracle Exadata
・ Oracle Exalogic
・ Oracle Financial Services Software
・ Oracle Flashback
Oracle Forms
・ Oracle Fusion
・ Oracle Fusion Applications
・ Oracle Fusion Architecture
・ Oracle Fusion Middleware
・ Oracle Grid Engine
・ Oracle Health Sciences
・ Oracle HTTP Server
・ Oracle Hyperion
・ Oracle Identity Management
・ Oracle Identity Manager
・ Oracle interMedia
・ Oracle Internet Directory
・ Oracle iPlanet Web Proxy Server
・ Oracle iPlanet Web Server


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Oracle Forms : ウィキペディア英語版
Oracle Forms
Oracle Forms is a software product for creating screens that interact with an Oracle database. It has an IDE including an object navigator, property sheet and code editor that uses PL/SQL. It was originally developed to run server-side in character mode terminal sessions. It was ported to other platforms, including Windows, to function in a client–server environment. Later versions were ported to Java where it runs in a Java EE container and can integrate with Java and web services.
The primary focus of Forms is to create data entry systems that access an Oracle database.
==How it works==
Oracle Forms accesses the Oracle database and generates a screen that presents the data. The source form (
*.fmb) is compiled into a platform-specific "executable" (
*.fmx), that is run (interpreted) by the forms runtime module. The form is used to view and edit data in database-driven applications. Various GUI elements, such as buttons, menus, scrollbars, and graphics can be placed on the form. Source code may also be placed in library files (
*.pll) which are compiled into library executables (
*.plx) used at runtime.
The environment supplies built-in record creation, query, and update modes, each with its own default data manipulations. This minimizes the need to program common and tedious operations, such as creating dynamic SQL, sensing changed fields, and locking rows.
As is normal with event driven interfaces, the software implements event-handling functions called triggers which are automatically invoked at critical steps in the processing of records, the receipt of keyboard strokes, and the receipt of mouse movements. Different triggers may be called before, during, and after each critical step.
Each trigger function is initially a stub, containing a default action or nothing. Programming Oracle Forms therefore generally consists of modifying the contents of these triggers in order to alter the default behavior. Some triggers, if provided by the programmer, replace the default action while others augment it.
As a result of this strategy, it is possible to create a number of default form layouts which possess complete database functionality yet contain no programmer-written code at all.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Oracle Forms」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.